This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
if (doc.hasItem("weekRange")){
//Get Vector of unknown type from document
Vector <?> tmp = doc.getItemValue("weekRange");
//Copy values to the Vector of type Double
for(Object d : tmp) {
weekRange.add(Double.parseDouble(d.toString()));
}
}
//Loop all week numbers in Vector
for (Double weekNo: weekRange){
//Some logic here...
}
Feedback response number WEBB9LKJD5 created by ~Sean Minjumivitchflar on 06/30/2014